home *** CD-ROM | disk | FTP | other *** search
/ HTML CD for Windows / HTML CD for Windows (Prentice Hall PTR)(1996).ISO / netmanag / disk1 / 1netm.iap < prev    next >
INI File  |  1995-04-06  |  3KB  |  125 lines

  1. [Company]
  2. ; Label shown on the Tab control
  3. TabLabel=NetManage
  4. ; Logo file
  5. LogoFile=1netm.dib
  6. ; Company descriptions
  7. Label1=Welcome to the NetManage registration server!
  8. ;This is the 2nd string used for describing your company
  9. Label2=If you already have an Internet access account,
  10. ;This is the 3rd string used for describing your company
  11. Label3=click "Signup" to configure your software.
  12. ;This is the file used for displaying more of your company's information
  13. ; cards supported (yes or no for each card type)
  14. Visa=yes
  15. MasterCard=yes
  16. AmericanExpress=yes
  17. Discover=no
  18. ; Information file on company
  19. InfoFile=1netm.txt
  20. InfoTitle=MORE INFORMATION on Instant Internet registration
  21. ; Number of available phone numbers for online registration
  22. TotalPhone=2
  23. ; Specify the amount of additional information required (0..10)
  24. TotalField=7
  25. ; Number of radio button selections (0..5)
  26. TotalRadioButtons=4
  27. ; Specify promotional parameters (up to 5)
  28. Promote1=Provider promo ID
  29. ;
  30. ; script to wait for connect
  31. ;
  32. Script=READY NM_PRN01
  33. ActivePhone=1-800-221-4010
  34.  
  35. [PhoneList]
  36. Phone1=1-800-221-4010
  37. Phone2=1-408-777-8040
  38.  
  39. [Field 1]
  40. UserLabel=Provider ID? (Optional - Please see Help)
  41. InfoLabel=PrefUserID1
  42. ErrMsg=Please fill out your Service Provider's ID Number
  43. Length=8
  44. Require=no
  45. MinLen=4
  46. Type=Ascii
  47.  
  48. [Field 2]
  49. ; used above the edit control (should less than 50 characters)
  50. UserLabel=Local Access Phone Number? (Optional)
  51. ; INFO parameter used for passing back to the server
  52. InfoLabel=PrefUserID2
  53. ; maximum length of data if user specify this field
  54. Length=18
  55. ; is this optional field required ? (could be yes or no)
  56. Require=no
  57. ; prompt this error message to user if this (required) field is not specified
  58. ErrMsg=Please fill out your dial-up access number
  59. ; minimum length of data if user specifies this field
  60. MinLen=4
  61. ; type of the data, could be:
  62. ; Alpha     - 'A'-'Z' or 'a'-'z'
  63. ; AlphaNum  - 'A'-'Z', 'a'-'z', or '0'-'9'
  64. ; Ascii     - ASCII character (0x00 - 0x7F)
  65. ; Digit     - '0'-'9'
  66. Type=Ascii
  67.  
  68. [Field 3]
  69. UserLabel=Your User Account Name? (Optional)
  70. InfoLabel=PrefUserID3
  71. Length=15
  72. Require=no
  73. ErrMsg=Please fill out your User Account name
  74. MinLen=4
  75. Type=Ascii
  76.  
  77. [Field 4]
  78. UserLabel=Your User Account Password? (Optional)
  79. InfoLabel=PrefUserID4
  80. Length=15
  81. Require=no
  82. ErrMsg=Please fill out your User Account password
  83. MinLen=4
  84. Type=Ascii
  85.  
  86. [Field 5]
  87. UserLabel=Your IP Address (x.x.x.x)? (Optional)
  88. InfoLabel=PrefUserID5
  89. Length=15
  90. Require=no
  91. ErrMsg=Please fill out your IP address
  92. MinLen=7
  93. Type=Ascii
  94.  
  95. [Field 6]
  96. UserLabel=Your Mail Account User ID? (Optional)
  97. InfoLabel=PrefUserID6
  98. Length=15
  99. Require=no
  100. ErrMsg=Please fill out your Mail Account name
  101. MinLen=4
  102. Type=Ascii
  103.  
  104. [Field 7]
  105. UserLabel=Your Mail Account Password? (Optional)
  106. InfoLabel=PrefUserID7
  107. Length=15
  108. Require=no
  109. ErrMsg=Please fill out your Mail Account password
  110. MinLen=4
  111. Type=Ascii
  112.  
  113. [RadioButtons]
  114. ; used as Group box label
  115. UserLabel=Type of dialup account? (Optional)
  116. ; INFO parameter used for passing back to the server
  117. InfoLabel=INFO8
  118. ; default selection (1..5)
  119. DefSelect=1
  120. ; selection descriptions
  121. Select1=PPP
  122. Select2=SLIP
  123. Select3=CSLIP
  124. Select4=ISDN
  125.